[pull] master from php:master#410
Merged
pull[bot] merged 15 commits intoturkdevops:masterfrom Sep 30, 2025
Merged
Conversation
…racy in parallel The same test file name is already used in parse_ini_file.phpt. Closes GH-20000.
* PHP-8.3: Fix GH-19998: ext/standard/tests/file/bug46347.phpt sometimes fails: racy in parallel
* PHP-8.4: Fix GH-19998: ext/standard/tests/file/bug46347.phpt sometimes fails: racy in parallel
* PHP-8.5: Fix GH-19998: ext/standard/tests/file/bug46347.phpt sometimes fails: racy in parallel
* PHP-8.5: Fix GH-20006: Power of 0 of BcMath number causes UB
…s as parameter In the past, when libmysqlclient could be used, it accepted ipv6 addresses as hostname without enclosing it first in brackets. However, in mysqlnd this never worked. In the past this caused a discrepancy between the two implementations. Nowadays, mysqli only works with mysqlnd so we don't even have to cater to libmysqlclient. However, a plain ipv6 address should still work as a hostname. Also for people migrating to newer PHP versions it's nice if this keeps working. The solution is to check if we're dealing with an ipv6 address not yet enclosed in brackets. In that case we add the brackets automatically. Closes GH-19750.
* PHP-8.3: Fix bug #67563: mysqli compiled with mysqlnd does not take ipv6 adress as parameter
* PHP-8.4: Fix bug #67563: mysqli compiled with mysqlnd does not take ipv6 adress as parameter
* PHP-8.5: Fix bug #67563: mysqli compiled with mysqlnd does not take ipv6 adress as parameter
* PHP-8.3: Fix NEWS formatting
* PHP-8.4: Fix NEWS formatting
* PHP-8.5: Fix NEWS formatting
The call_user_function() API redoes the zend_is_callable() check, which has been just done. We can check validity and retrieve the FCC to call it directly rather than having a useless double check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )